home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form frmTest
- Appearance = 0 'Flat
- BackColor = &H80000005&
- Caption = "MetaGif 32 Test"
- ClientHeight = 780
- ClientLeft = 1935
- ClientTop = 3405
- ClientWidth = 2610
- BeginProperty Font
- name = "MS Sans Serif"
- charset = 0
- weight = 700
- size = 8.25
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- ForeColor = &H80000008&
- Height = 1185
- Left = 1875
- LinkTopic = "Form1"
- ScaleHeight = 780
- ScaleWidth = 2610
- Top = 3060
- Width = 2730
- Begin VB.Label Label2
- Appearance = 0 'Flat
- BackColor = &H80000005&
- Caption = "Count:"
- ForeColor = &H80000008&
- Height = 255
- Left = 120
- TabIndex = 3
- Top = 480
- Width = 735
- End
- Begin VB.Label Label1
- Appearance = 0 'Flat
- BackColor = &H80000005&
- Caption = "Max:"
- ForeColor = &H80000008&
- Height = 255
- Left = 240
- TabIndex = 2
- Top = 120
- Width = 615
- End
- Begin VB.Label txtCnt
- Appearance = 0 'Flat
- BackColor = &H80000005&
- ForeColor = &H80000008&
- Height = 255
- Left = 960
- TabIndex = 1
- Top = 480
- Width = 855
- End
- Begin VB.Label txtMax
- Appearance = 0 'Flat
- BackColor = &H80000005&
- ForeColor = &H80000008&
- Height = 255
- Left = 960
- TabIndex = 0
- Top = 120
- Width = 855
- End
- Attribute VB_Name = "frmTest"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Option Explicit
- Private Sub Form_Unload(Cancel As Integer)
- stopit = True
- End Sub
-